ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / Find Method / Find(String,FindOptions,Int32,Single) Method
The string you are searching for
which direction you are searching
The page's collection zero based index
The current offset into the text string

In This Topic
    Find(String,FindOptions,Int32,Single) Method
    In This Topic
    Search the document page for the specified character string.
    Syntax
    'Declaration
     
    Public Overloads Function Find( _
       ByVal searchString As String, _
       ByVal options As FindOptions, _
       ByRef currentIndex As Integer, _
       ByRef currentOffset As Single _
    ) As FindResult
    public FindResult Find( 
       string searchString,
       FindOptions options,
       ref int currentIndex,
       ref float currentOffset
    )

    Parameters

    searchString
    The string you are searching for
    options
    which direction you are searching
    currentIndex
    The page's collection zero based index
    currentOffset
    The current offset into the text string
    See Also